NR-579120: Update OCI Object Storage identifier to oci.resourceId#2
Open
aprasad-sketch wants to merge 3 commits into
Open
NR-579120: Update OCI Object Storage identifier to oci.resourceId#2aprasad-sketch wants to merge 3 commits into
aprasad-sketch wants to merge 3 commits into
Conversation
OCI metrics stream processor now normalizes all resourceId dimension key variants (resourceID, ResourceId, ResourceID) to the canonical "resourceId". Update the Object Storage synthesis rule to match. Entity GUID is unaffected as it is derived from the identifier value (the OCID), not the attribute name. NR-579120 Co-Authored-By: Claude (claude-opus-4-6) <noreply@anthropic.com>
Update test Metric.json to use the normalized key name oci.resourceId (lowercase 'd') to match the updated synthesis rule. Co-Authored-By: Claude (claude-opus-4-6) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
oci.resourceId(camelCase) instead ofoci.resourceID(capital D)resourceIdImpact
entityExpirationTime: DAILYwill re-synthesize with the same GUID once telemetry arrives with the new keyTest plan
FROM Metric SELECT uniques(oci.resourceId) WHERE oci.namespace = 'oci_objectstorage' SINCE 30 minutes ago🤖 Generated with Claude Code